5. Accommodation Approval Letter
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;
font-size: 14px;
}
.navbar {
background-color: #D7E8F7;
border-bottom: 2px solid #cccccc;
}
.navbar .nav-link {
color: #333333 !important;
font-size: 14px;
padding: 10px 15px;
text-transform: uppercase;
font-weight: bold;
}
.navbar .nav-link:hover {
background-color: #B7D1F0;
color: #000000 !important;
}
.navbar .navbar-brand img {
width: 40px;
height: auto;
}
.content {
padding: 20px;
}
.section {
background-color: white;
margin: 20px 0;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section img {
max-width: 80%;
height: auto;
display: block;
margin: 0 auto;
}
.section h2 {
text-align: center;
color: #333;
font-size: 22px;
}
.section ul {
list-style: none;
padding: 0;
}
.section ul li {
background-color: #f1f1f1;
margin: 10px 0;
padding: 10px;
border-radius: 4px;
font-size: 14px;
}
footer {
background-color: #68A4C4;
text-align: center;
padding: 10px;
position: relative;
bottom: 0;
width: 100%;
}
footer a {
margin: 0 10px;
color: white;
text-decoration: none;
}
.text-box {
background-color: #d3ebfb;
padding: 10px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 14px;
}
.documents-list {
background-color: #c9c9c9;
padding: 10px;
border-radius: 8px;
font-size: 14px;
}
.left-image-right-text, .right-image-left-text {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.left-image-right-text img, .right-image-left-text img {
width: 45%;
border: 1px solid #cccccc;
border-radius: 8px;
}
.left-image-right-text .text-box, .right-image-left-text .text-box {
width: 45%;
padding: 20px;
margin: 0 10px;
}
.right-image-left-text {
flex-direction: row-reverse;
}
.todo-image {
width: 40%; /* Adjust the width as needed */
height:auto; /* Maintains the aspect ratio */
border-radius: 10px; /* Rounded corners for a cleaner look */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a cleaner appearance */
object-fit: cover; /* Ensures the image covers the area without distortion */
}